home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / fido / mm_1_1.readme < prev    next >
Text File  |  1995-09-20  |  15KB  |  286 lines

  1. Short:    Mail Manager v1.1 - The BEST Fido Program
  2. Author:   aliberti@aquila.infn.it (Pino Aliberti)
  3. Uploader: maui@mbox.vol.it (Maurizio Fabiani)
  4. Type:     comm/fido
  5.  
  6. Mail  Manager  is a Full Integrated Tosser, Scanner, Editor and Tick Processor
  7. for Nodes and Points in Fidonet Technology. Needs MUI.
  8.  
  9.  Mail Manager...
  10.  
  11.    ... is able to manage both a Point or a Node in Fidonet Technology.
  12.    ... is able to manage Tick Files.
  13.    ... is able to manage Echo File Attached.
  14.    ... is able to automatically create new Echo Areas.
  15.    ... is able to manage 4 different types of message bases.
  16.    ... is able to manage 3 different types of Mail Packets.
  17.    ... is able to use full 5 dimensional addressing.
  18.    ... has a powerful ARexx interface.
  19.    ... has a powerful OnLine Help.
  20.    ... has a powerful Threads management.
  21.    ... has a powerful NetMail Routing management.
  22.    ... has a powerful support for UUCP gates.
  23.    ... has incredibly powerful Search/Sort/Show functions.
  24.    ... has powerful Quoting routines.
  25.    ... supports multiple character sets.
  26.    ... supports the Nodelist and the Userlist.
  27.    ... uses fast Memory Pools functions.
  28.    ... uses fast asynchronous I/O functions.
  29.    ... is a  MUI  Application !!!!
  30.    ... is fully localized ( Kickstart 2.1 or higher).
  31.    ... is Faaaaaaaast.  Up to 3 times faster than Spot or EMS.
  32.    ... is easy to configure.
  33.    ... has many many other features !
  34.  
  35.  
  36.  
  37. Changes from v1.0:
  38.  
  39. Changes in Mail Manager:
  40. ------------------------
  41.  - Now  MM  automatically loads MM_Prefs if it doesn't find the configuration
  42.    file.
  43.  - Changed  the  routing  management.   If  MM cannot find a valid routing it
  44.    routes the message to the listed node nearer to the destination address of
  45.    the message. With this feature normal points should be able to completelly
  46.    ignore the routing statements.
  47.  - Now if you are a Point and there is no node linked to an ECHO or TICK area
  48.    MM will automatically link your Boss to the area.
  49.  - Added 3 completelly new Text Styles for colored texts:
  50.     # - Fill Pen
  51.     $ - Shine Pen
  52.     ^ - Highlight Pen
  53.  - Completelly changed the Text Styles routines. Now should always work.
  54.  - Now MM supports also multiple text styles.
  55.  - Improved the quoting routines for already quoted lines.
  56.  - Now  during the quoting of a msg, Seen-By lines are no more reflown.  This
  57.    fixes also  the problem of the Seen-By lines quoted also with QuoteKludges
  58.    disabled.
  59.  - Added full support for UUCP Addresses and Gates in the Userlist and in the
  60.    Message Parameters Window.
  61.  - Improved support for ^REPLYADDR and ^REPLYTO kludges.
  62.  - Improved the Userlist support. Added UserName completion.
  63.  - Added  a  button in the Message Parameters Window in NetMail Areas to show
  64.    some information about the Destination Node of the message.
  65.  - Added Support for the 'KILLSENT' Flag in the Message Parameters Window.
  66.  - Now  when  you  are  going to delete many UnSent messages MM will open the
  67.    confirmation requester only once.
  68.  - Fixed a bug in the parsing of the control codes in the Forward text.
  69.  - Implemented support for Random Origins.
  70.  - Fixed the bug of the missing leading blank lines on edited messages.
  71.  - Now the File Request window is partially asynchronous.
  72.  - Now the File Request function loads existing .REQ files.
  73.  - Improved the MinFreeMem routines.  Now MM first frees areas left untouched
  74.    by a longer time.
  75.  - Now MM no more oblige you to enter twice in an area if a MinFreeMem happen
  76.    while you are entering in the area.
  77.  - Small improvements to the memory management.
  78.  - Fixed  a  bug that creates problems during the import of messages with too
  79.    long ^aMSGID:  and ^aREPLY:  lines.
  80.  - Now MM checks the format of the date of a message also during export.
  81.  - Now MM should be able to import also incomplete (FD-like) FSC-0039 PKTs.
  82.  - Now MM support also letters as last chr of bundle names.
  83.  - Improved the bundle recognition routines.
  84.  - Increased  to 1024 the maximum number of TICs that MM is allowed to import
  85.    in a single import session.
  86.  - Changed  the format of the msgbases.  MM should automatically upgrade your
  87.    msgbases.
  88.  - Completelly  changed  the  dupechecking routines.  Now MM stores the dupes
  89.    data in a separate file. Added Dupe Checking also in PassThrough areas.
  90.  - Now  the  rescue  of  a  corrupted message base works also on Unregistered
  91.    versions.
  92.  - Improved support for the Professional File System.
  93.  - Fixed some minor bugs.
  94.  - Many minor improvements.
  95.  
  96. Changes in the ARexx interface:
  97. -------------------------------
  98.  - Added one ARexx Command:  MM_Version  STEM/A
  99.  - Added one ARexx Command:  MM_ListMsgs AREATAG/A, STEM/A
  100.  - Changed  syntax  of  MM_Rescan  ARexx  Command.   Added support for a date
  101.    limited Rescan.
  102.  - Now MM_Import returns:
  103.      0 - No message imported
  104.      1 - Matrix messages imported
  105.      2 - Echo messages imported
  106.      3 - Matrix & Echo messages imported
  107.  - Added <STEM>.TEMPFILE to the stem returned by MM_GetCfgPaths.
  108.  - Now  MM  correctly  exits if during a MM_LoadCfg it founds an error in the
  109.    configuration.
  110.  
  111.  
  112. Changes in the Configuration:
  113. -----------------------------
  114.  - Now if you specify "Delete By Date" MM will delete messages by Import Date
  115.    and the number specified is the number of DAYS left.
  116.  - Added #NUMDUPES <number of dupes>  parameter.
  117.  - Added 'NumDupes' line to #AREA parameters.
  118.  - Added #ORIGINRANDOM <label> "<OriginsFile>"  parameter.
  119.  - Added #(NO)ADDRETOSUBJ parameter.
  120.  - Added #TEMPFILE "<filename>"   parameter.
  121.  
  122.  
  123. Changes in MM_Prefs:
  124. --------------------
  125.  - Now  if  MM_Prefs doesn't find a configuration file it is able to create a
  126.    default Point configuration.
  127.  - Now  MM_Prefs is able to delete a node still listed in  Areas and  Routing
  128.    statements.
  129.  - Fixed some bugs.
  130.  
  131.  
  132. ============================= Archive contents =============================
  133.  
  134. Original  Packed Ratio    Date     Time    Name
  135. -------- ------- ----- --------- --------  -------------
  136.     1233     810 34.3% 27-Jun-95 08:59:24  MM.info
  137.     1233     726 41.1% 27-Jun-95 08:59:24 +Bin.info
  138.   290928  126915 56.3% 28-Jun-95 19:38:22 +MM
  139.     5123    1572 69.3% 09-Mar-95 22:12:46 +MM.info
  140.   163228   56710 65.2% 28-Jun-95 19:45:48 +MM_Prefs
  141.     5123    1579 69.1% 09-Mar-95 22:12:46 +MM_Prefs.info
  142.    22693    7269 67.9% 28-Jun-95 01:07:08 +Example.CFG
  143.      644     329 48.9% 10-Apr-95 23:15:26 +MM_Banner.rexx
  144.     6018    1979 67.1% 12-Apr-95 23:52:46 +MM_CC.rexx
  145.     1502     571 61.9% 11-May-95 14:56:26 +MM_MultiCode.doc
  146.    19597    4460 77.2% 25-Jun-95 23:33:44 +MM_MultiCode.rexx
  147.     5633    1504 73.3% 12-Apr-95 23:44:42 +MM_TicTacToe.rexx
  148.     5167    5167  0.0% 09-Mar-95 11:30:38 +EMS_to_MM.lha
  149.     8828    8828  0.0% 27-Jun-95 08:12:02 +MM_Maint10.lha
  150.     3228    3228  0.0% 23-Jun-95 08:23:04 +MM_NodeInfo11.lha
  151.     4422    4422  0.0% 27-Jun-95 08:11:54 +MM_OriSnap11.lha
  152.    20763   20748  0.0% 19-Jun-95 09:09:10 +MM_Announce0_57.lzx
  153.    70280   67465  4.0% 23-Jun-95 15:05:06 +MM_AreaMgr0_43.lzx
  154.     3945    3945  0.0% 05-Mar-95 17:03:22 +MM_AreafixManager.lha
  155.     2258    2258  0.0% 05-Mar-95 17:03:40 +MM_Birthday.lha
  156.     1771    1771  0.0% 05-Mar-95 17:03:58 +MM_MovieRobot.lha
  157.     1279    1279  0.0% 05-Mar-95 17:04:14 +MM_StealOrigin.lha
  158.    23502   23502  0.0% 08-Mar-95 16:08:08 +MMAddQuote056.lha
  159.     1288    1288  0.0% 28-May-95 02:08:48 +MMAddUser059.lha
  160.     2277    2277  0.0% 26-Jun-95 16:06:00 +MMAllFix076.lha
  161.    21051   21051  0.0% 26-Jun-95 16:04:36 +MMAreaFixPlus172.lha
  162.     4270    4270  0.0% 26-Jun-95 16:23:52 +MMAutoSend058.lha
  163.     2768    2768  0.0% 26-Jun-95 16:18:12 +MMDLGForward056.lha
  164.    21615   21615  0.0% 26-Jun-95 16:15:24 +MMDLGUpload094.lha
  165.     1877    1877  0.0% 28-May-95 02:08:48 +MMFileRequest060.lha
  166.     3542    3542  0.0% 26-Jun-95 16:19:00 +MMGhost063.lha
  167.     9439    9439  0.0% 26-Jun-95 16:28:10 +MMMsgTrack138.lha
  168.     6465    6465  0.0% 26-Jun-95 16:19:54 +MMMultiAction077.lha
  169.     1413    1413  0.0% 26-Jun-95 16:35:36 +MMUserExport063.lha
  170.    11969   11969  0.0% 28-May-95 02:08:48 +MMUUEnDecode092.lha
  171.     3825    3761  1.6% 06-Mar-95 21:56:16 +mm_hatch_v1.10.lzx
  172.    10016    9821  1.9% 06-Mar-95 21:56:06 +mm_multisend_v0.50.lzx
  173.     4563    4483  1.7% 06-Mar-95 21:56:12 +mm_sendmsg_v0.50.lzx
  174.    29159   26274  9.8% 25-Jun-95 08:39:32 +MM_StarTrack_v0.65.lzx
  175.    19449   19263  0.9% 06-Mar-95 21:56:32 +mm_uuout_v0.50.lzx
  176.     1233     814 33.9% 27-Jun-95 08:59:24 +Docs.info
  177.   204675   51799 74.6% 27-Jun-95 23:38:30 +MailManager.guide
  178.     1857     978 47.3% 27-Jun-95 08:59:18 +MailManager.guide.info
  179.   167781   45649 72.7% 27-Jun-95 14:15:56 +MM_Docs_DAN
  180.     1432     541 62.2% 27-Jun-95 08:59:18 +MM_Docs_DAN.info
  181.   166226   43701 73.7% 28-Jun-95 00:57:08 +MM_Docs_ENG
  182.     1432     539 62.3% 27-Jun-95 08:59:18 +MM_Docs_ENG.info
  183.   188767   54401 71.1% 27-Jun-95 14:16:36 +MM_Docs_GER
  184.     1432     541 62.2% 27-Jun-95 08:59:18 +MM_Docs_GER.info
  185.   168754   46085 72.6% 28-Jun-95 00:59:04 +MM_Docs_ITA
  186.     1432     540 62.2% 27-Jun-95 08:59:18 +MM_Docs_ITA.info
  187.      524      46 91.2% 03-Mar-95 13:17:56 +MMBrowse.font
  188.     2928    1639 44.0% 30-Apr-93 15:28:12 +11
  189.     1944    1022 47.4% 22-Oct-92 00:39:28 +8
  190.     4340    1837 57.6% 21-Jun-95 10:06:12 +History
  191.     1432     539 62.3% 27-Jun-95 08:59:24 +History.info
  192.     4308    1841 57.2% 25-Jun-95 04:25:08 +History_DAN
  193.     1432     541 62.2% 27-Jun-95 08:59:24 +History_DAN.info
  194.     4542    2034 55.2% 24-Jun-95 17:03:48 +History_GER
  195.     1432     539 62.3% 27-Jun-95 08:59:24 +History_GER.info
  196.     4710    1141 75.7% 27-Jun-95 08:59:24 +Installation.info
  197.     5506    1560 71.6% 27-Jun-95 09:29:08 +Install_MM_2.0
  198.      589     347 41.0% 09-Mar-95 22:13:24 +Workbench_2.0.info
  199.     1233     798 35.2% 10-Mar-95 13:33:46 +Workbench_2.1+.info
  200.      574     335 41.6% 10-Mar-95 13:33:44 +Dansk.info
  201.      576     336 41.6% 10-Mar-95 13:33:44 +Deutsch.info
  202.      576     339 41.1% 10-Mar-95 13:33:46 +English.info
  203.      577     342 40.7% 10-Mar-95 13:33:44 +Français.info
  204.    13106    4087 68.8% 27-Jun-95 09:29:14 +Install_MM_2.1+
  205.      577     339 41.2% 10-Mar-95 13:33:46 +Italiano.info
  206.      579     342 40.9% 10-Mar-95 13:33:46 +Nederlands.info
  207.     5766    2853 50.5% 27-Jun-95 21:51:50 +mailmanager.catalog
  208.     6468    2827 56.2% 05-Jun-95 16:58:40 +mm_prefs.catalog
  209.     6430    3102 51.7% 24-Jun-95 09:20:08 +MailManager.catalog
  210.     7138    3021 57.6% 23-Jun-95 22:05:00 +MM_Prefs.catalog
  211.     6798    3212 52.7% 18-Jun-95 16:35:56 +MailManager.catalog
  212.     8386    3621 56.8% 18-Jun-95 16:38:02 +MM_Prefs.catalog
  213.     5856    2816 51.9% 17-Jun-95 00:52:18 +MailManager.catalog
  214.     6468    2802 56.6% 26-Jun-95 01:07:18 +MM_Prefs.catalog
  215.     6110    2876 52.9% 23-Jun-95 17:21:54 +MailManager.catalog
  216.     6426    2748 57.2% 24-Jun-95 12:38:56 +MM_Prefs.catalog
  217.     6266    3011 51.9% 21-Jun-95 00:01:40 +MailManager.catalog
  218.     6806    3005 55.8% 21-Jun-95 20:18:10 +MM_Prefs.catalog
  219.      980     471 51.9% 20-Jun-95 21:34:32 +MM.UserList
  220.     1233     766 37.8% 27-Jun-95 08:59:24 +Previews.info
  221.    43118   13230 69.3% 23-Nov-94 10:40:10 +Areas
  222.     1653    1186 28.2% 09-Mar-95 22:12:58 +Areas.info
  223.    36734   12266 66.6% 23-Nov-94 11:02:42 +Browse
  224.     1653    1187 28.1% 09-Mar-95 22:12:58 +Browse.info
  225.    46036   13804 70.0% 23-Nov-94 11:17:32 +Messages
  226.     1653    1183 28.4% 09-Mar-95 22:12:58 +Messages.info
  227.     5324    2099 60.5% 21-Jun-95 15:22:32 +ReadMe
  228.     1432     541 62.2% 27-Jun-95 08:59:24 +ReadMe.info
  229.     5124    2111 58.8% 26-Jun-95 22:38:14 +ReadMe_DAN
  230.     1432     543 62.0% 27-Jun-95 08:59:24 +ReadMe_DAN.info
  231.     5721    2333 59.2% 24-Jun-95 01:04:58 +ReadMe_GER
  232.     1432     539 62.3% 27-Jun-95 08:59:24 +ReadMe_GER.info
  233.     1233     722 41.4% 27-Jun-95 09:04:04 +Registration.info
  234.     3054    1093 64.2% 24-Jun-95 14:32:06 +Australia
  235.     1432     540 62.2% 27-Jun-95 09:04:04 +Australia.info
  236.     4070    1441 64.5% 25-Jun-95 00:02:38 +Denmark
  237.     1432     543 62.0% 27-Jun-95 09:04:04 +Denmark.info
  238.     4855    1776 63.4% 23-Jun-95 22:38:02 +Germany
  239.     1432     538 62.4% 27-Jun-95 09:04:04 +Germany.info
  240.     3097    1183 61.8% 18-Jun-95 08:41:06 +Poland
  241.     1432     539 62.3% 27-Jun-95 09:04:04 +Poland.info
  242.       23      23  0.0% 24-Jun-95 14:34:14 +Print.Australia
  243.     1615     935 42.1% 27-Jun-95 09:04:04 +Print.Australia.info
  244.       21      21  0.0% 27-Jun-95 08:55:26 +Print.Denmark
  245.     1615     939 41.8% 27-Jun-95 09:04:04 +Print.Denmark.info
  246.       21      21  0.0% 08-Mar-95 10:24:36 +Print.Germany
  247.     1615     933 42.2% 27-Jun-95 09:04:04 +Print.Germany.info
  248.       20      20  0.0% 24-Jun-95 14:34:32 +Print.Poland
  249.     1615     931 42.3% 27-Jun-95 09:04:04 +Print.Poland.info
  250.       19      19  0.0% 24-Jun-95 14:34:40 +Print.Spain
  251.     1615     935 42.1% 27-Jun-95 09:04:04 +Print.Spain.info
  252.       19      19  0.0% 04-Oct-93 12:38:32 +Print.World
  253.     1615     934 42.1% 27-Jun-95 09:04:04 +Print.World.info
  254.     3271    1177 64.0% 24-Jun-95 14:33:12 +Spain
  255.     1432     540 62.2% 27-Jun-95 09:04:04 +Spain.info
  256.     4096    1459 64.3% 24-Jun-95 14:36:58 +World
  257.     1432     543 62.0% 27-Jun-95 09:04:04 +World.info
  258.      225     135 40.0% 06-Dec-94 12:02:16 +MM_AddAreaNode.rexx
  259.      595     283 52.4% 26-Jul-94 16:04:06 +MM_Area.rexx
  260.      218     175 19.7% 01-Jan-95 23:58:16 +MM_CallNode.rexx
  261.      266     198 25.5% 22-Oct-94 16:47:54 +MM_CRCFile.rexx
  262.      211     149 29.3% 06-Mar-95 18:19:00 +MM_CreateArea.rexx
  263.      592     245 58.6% 11-Jan-95 23:40:22 +MM_Edit.rexx
  264.      580     231 60.1% 11-Jan-95 23:29:14 +MM_EditMsgFlags.rexx
  265.       93      88  5.3% 07-Sep-94 22:55:34 +MM_Export.rexx
  266.      153     120 21.5% 26-Jul-94 15:04:30 +MM_FileReq.rexx
  267.      159     126 20.7% 05-Oct-94 17:46:26 +MM_GetNearestAddr.rexx
  268.      396     221 44.1% 20-Oct-94 22:35:50 +MM_GetNLNode.rexx
  269.      116      99 14.6% 06-Mar-95 18:16:52 +MM_GetSysop.rexx
  270.      370     258 30.2% 24-Oct-94 15:13:24 +MM_Import.rexx
  271.       92      85  7.6% 11-Nov-94 17:07:26 +MM_ImportTicks.rexx
  272.      173     147 15.0% 03-Sep-94 12:06:18 +MM_LoadCfg.rexx
  273.      710     330 53.5% 21-Sep-94 11:55:28 +MM_Node.rexx
  274.      162     118 27.1% 07-Dec-94 23:26:04 +MM_Read-Write_Stem.rexx
  275.      585     286 51.1% 15-Dec-94 13:47:06 +MM_Read.rexx
  276.      248     177 28.6% 05-Jan-95 11:13:58 +MM_Requester.rexx
  277.      149     132 11.4% 27-Jun-95 09:14:22 +MM_rescan.rexx
  278.      223     162 27.3% 10-Sep-94 16:44:04 +MM_RunRexx.rexx
  279.      645     349 45.8% 20-Oct-94 22:34:08 +MM_SendFile.rexx
  280.      745     381 48.8% 06-Mar-95 18:18:02 +MM_SingleSelReq.rexx
  281.      154     122 20.7% 26-Jul-94 15:02:32 +MM_StringReq.rexx
  282.      232     181 21.9% 26-Dec-94 10:19:12 +MM_Write.rexx
  283.      185     144 22.1% 13-Dec-94 18:55:20 +MM_WriteLog.rexx
  284. -------- ------- ----- --------- --------
  285.  2062691  875124 57.5% 30-Jun-95 01:42:40   148 files
  286.